home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / fontstk1.arc / DOCUMENT.ARC / PRINT2.DOC < prev    next >
Text File  |  1985-08-31  |  21KB  |  603 lines

  1. :load1 darkbold.f16
  2. :load2 normal.f08
  3. :font 1
  4. :lpi 9
  5. :dson
  6.  ╔══════════════════════════════════╗
  7.  ║ 2-12  IHSPRINT USER GUIDE        ║
  8.  ╚══════════════════════════════════╝
  9. :space 3
  10.                ┌─────┐
  11.                │:BDIR│
  12.                └─────┘
  13. :font 0
  14. :lpi 6
  15. :scale 1
  16. :space 2
  17. :dsoff
  18. :ccon
  19. :eon
  20.  
  21.           = :BDIR=   Causes  IHSPRINT to send special control codes
  22.                    to the printer which will cause the printer to
  23.                    print all text which follows in bi-directional
  24.                    mode.  This means that  the  print  head  will
  25.                    print  in  both directions.  This mode remains
  26.                    in   effect   until   a   :UDIR   command   is
  27.                    encountered.
  28.  
  29. :space 2
  30.     !=FOR EXAMPLE ...=!
  31. :space 2
  32. :font 2
  33. :lpi 9
  34. :dson
  35. :ccoff
  36.                ╔═══════════════╣ SAMPLE TEXT ╠══════════════════╗
  37.                ║                                                ║
  38.                ║ :bdir    <== Activate bi-directional printing  ║
  39.                ║                                                ║
  40.                ║ All these lines will be printed                ║
  41.                ║                                                ║
  42.                ║ in bi-directional mode.  This means the print  ║
  43.                ║                                                ║
  44.                ║ head will print in both directions.            ║
  45.                ║                                                ║
  46.                ║ :udir   <== Activate uni-directional printing  ║
  47.                ║                                                ║
  48.                ║ Everything from here will be printed in        ║
  49.                ║                                                ║
  50.                ║ uni-directional mode.                          ║
  51.                ║                                                ║
  52.                ╚════════════════════════════════════════════════╝
  53.  
  54. :eject
  55. :font 1
  56. :lpi 9
  57.  ╔══════════════════════════════════╗
  58.  ║       IHSPRINT USER GUIDE   2-13 ║
  59.  ╚══════════════════════════════════╝
  60. :space 3
  61.         ┌──────────────────┐
  62.         │:CCON   -  :CCOFF │
  63.         └──────────────────┘
  64. :font 0
  65. :lpi 6
  66. :scale 1
  67. :space 2
  68. :ccon
  69. :dsoff
  70.  
  71.           =:CCON=    Causes   IHSPRINT  to  recognize  the  special
  72.                    CONTROL CHARACTERS which you have imbedded  in
  73.                    your  text  file,  and  invoke the appropriate
  74.                    printer function.  IHSPRINT will  continue  to
  75.                    recognize the control characters until a
  76.  
  77.           =:CCOFF=   control   word  is  encountered.   After  this
  78.                    control word is found, any control  characters
  79.                    in  the  text will be printed just as they are
  80.                    found.
  81. :space 2
  82.     !=FOR EXAMPLE ...=!
  83. :space 2
  84. :font 2
  85. :lpi 9
  86. :ccoff
  87. :dson
  88.                ╔═══════════════╣ SAMPLE TEXT ╠══════════════════╗
  89.                ║                                                ║
  90.                ║ The equal sign(=) will be printed here normally║
  91.                ║                                                ║
  92.                ║ :ccon    <== Activate control characters       ║
  93.                ║                                                ║
  94.                ║ Now the equal sign will not appear, but will   ║
  95.                ║                                                ║
  96.                ║ be used to =hilight this phrase=.  The         ║
  97.                ║                                                ║
  98.                ║ underscore is _also demonstrated_.             ║
  99.                ║                                                ║
  100.                ║ :ccoff  <== Deactivate control characters      ║
  101.                ║                                                ║
  102.                ╚════════════════════════════════════════════════╝
  103.  
  104. :font 0
  105. :dsoff
  106. :scale 1
  107. :lpi 6
  108.  
  109.                The equal sign(=) will be printed here normally
  110. :ccon
  111.                Now the equal sign will not appear, but will
  112.                be used to =hilight this phrase=.  The
  113.                underscore is _also demonstrated_.
  114. :ccoff
  115. :space 5
  116. :eject
  117. :font 1
  118. :lpi 9
  119. :dson
  120.  ╔══════════════════════════════════╗
  121.  ║ 2-14  IHSPRINT USER GUIDE        ║
  122.  ╚══════════════════════════════════╝
  123. :space 3
  124.                ┌─────┐
  125.                │:COMP│
  126.                └─────┘
  127. :font 0
  128. :lpi 6
  129. :scale 1
  130. :space 2
  131. :ccon
  132. :dsoff
  133.  
  134.         = :COMP=     turns on the compressed mode of printing.  All
  135.                    text lines which follow  will  be  printed  in
  136.                    compressed   mode   until    either  a  :PICA,
  137.                    :ELITE, or :PRO command is encountered.
  138.  
  139.                    This command works exactly like the :CON-:COFF
  140.                    pair  and  is  used  primarily  on  the  CITOH
  141.                    printers.
  142. :space 2
  143.     !=FOR EXAMPLE ...=!
  144. :space 2
  145. :font 2
  146. :lpi 9
  147. :ccoff
  148. :dson
  149.                ╔═══════════════╣ SAMPLE TEXT ╠══════════════════╗
  150.                ║                                                ║
  151.                ║ This line of text is in normal print mode.     ║
  152.                ║                                                ║
  153.                ║ :comp                                          ║
  154.                ║                                                ║
  155.                ║      When you save for a long time to buy      ║
  156.                ║                                                ║
  157.                ║      something, then find you can't afford     ║
  158.                ║                                                ║
  159.                ║      it -- that's inflation.                   ║
  160.                ║                                                ║
  161.                ║ :elite                                         ║
  162.                ║                                                ║
  163.                ║ This final line is back to normal.             ║
  164.                ║                                                ║
  165.                ╚════════════════════════════════════════════════╝
  166.  
  167. :font 0
  168. :dsoff
  169. :scale 1
  170. :lpi 6
  171.  
  172.                This line of text is in normal print mode.
  173. :eoff
  174. :con
  175.                           When you save for a long time to buy
  176.                           something, then find you can't afford
  177.                           it -- that's inflation
  178. :coff
  179. :eon
  180.                This final line is back to normal.
  181. :space 5
  182. :ccon
  183.  
  184.          =NOTE:=     Compressed mode may also be activated by using
  185.                    the  IHSPRINT  Control Characters as described
  186.                    under "Control Characters" above.
  187. :ccoff
  188. :eject
  189. :font 1
  190. :lpi 9
  191. :dson
  192.  ╔══════════════════════════════════╗
  193.  ║       IHSPRINT USER GUIDE   2-15 ║
  194.  ╚══════════════════════════════════╝
  195. :space 3
  196.         ┌────────────────┐
  197.         │:CON   -   :COFF│
  198.         └────────────────┘
  199. :font 0
  200. :lpi 6
  201. :scale 1
  202. :space 2
  203. :ccon
  204. :dsoff
  205.  
  206.            =:CON=    turns on the compressed mode of printing.  All
  207.                    text  lines  which  follow  will be printed in
  208.                    compressed mode until a
  209.  
  210.            =:COFF=   control word is encountered.
  211. :space 2
  212.     !=FOR EXAMPLE ...=!
  213. :space 2
  214. :font 2
  215. :lpi 9
  216. :ccoff
  217. :dson
  218.                ╔═══════════════╣ SAMPLE TEXT ╠══════════════════╗
  219.                ║                                                ║
  220.                ║ This line of text is in normal print mode.     ║
  221.                ║                                                ║
  222.                ║ :con                                           ║
  223.                ║                                                ║
  224.                ║      Why can't big problems come when we       ║
  225.                ║                                                ║
  226.                ║      are twenty and know everything?           ║
  227.                ║                                                ║
  228.                ║ :coff                                          ║
  229.                ║                                                ║
  230.                ║ This final line is back to normal.             ║
  231.                ║                                                ║
  232.                ╚════════════════════════════════════════════════╝
  233.  
  234. :font 0
  235. :dsoff
  236. :scale 1
  237. :lpi 6
  238.  
  239.                This line of text is in normal print mode.
  240. :eoff
  241. :con
  242.                           Why can't big problems come when we
  243.                           are twenty and know everything?
  244. :coff
  245. :eon
  246.                This final line is back to normal.
  247. :space 5
  248. :ccon
  249.  
  250.          =NOTE:=     Compressed mode may also be activated by using
  251.                    the  IHSPRINT  Control Characters as described
  252.                    under "Control Characters" above.
  253. :ccoff
  254. :eject
  255. :font 1
  256. :lpi 9
  257. :dson
  258.  ╔══════════════════════════════════╗
  259.  ║ 2-16  IHSPRINT USER GUIDE        ║
  260.  ╚══════════════════════════════════╝
  261. :space 3
  262.               ┌──────┐
  263.               │:CWI n│
  264.               └──────┘
  265. :font 0
  266. :lpi 6
  267. :scale 1
  268. :space 2
  269. :dsoff
  270. :ccon
  271.  
  272.            =:CWI=    is  used  to  change  the  standard   IHSPRINT
  273.                    control   word   indicator  should  it  become
  274.                    necessary to do so.  The standard indicator is
  275.                    the  colon  (:).  When this character is found
  276.                    in the first position of a line in  the  input
  277.                    file, IHSPRINT assumes the next 3-6 characters
  278.                    represent a valid IHSPRINT control word  (e.g.
  279.                    :dson, :eon, :eject).
  280.  
  281.                    Under  certain  circumstances, you may want to
  282.                    temporarily change this indicator  to  another
  283.                    character.   The  :CWI control word is used to
  284.                    do this.  For Example
  285.  
  286.                    The single  parameter (n) associated with this
  287.                    control word  is  the  character which you now
  288.                    want to become the new  IHSPRINT  Control Word
  289.                    Indicator.   It   can   be   any  valid  ASCII
  290.                    character  but care  should be taken to insure
  291.                    that  it  is  not  a  character  which   might
  292.                    accidentally  appear  in the first position of
  293.                    the text.
  294. :space 3
  295. :font 2
  296. :lpi 9
  297. :ccoff
  298. :dson
  299.                ╔═══════════════╣ SAMPLE TEXT ╠══════════════════╗
  300.                ║                                                ║
  301.                ║ :cwi }      Causes the } to be the indicator   ║
  302.                ║                                                ║
  303.                ║ }con                                           ║
  304.                ║                                                ║
  305.                ║ :It's always easy to see both sides of an issue║
  306.                ║                                                ║
  307.                ║ :we are not particularly concerned about.      ║
  308.                ║                                                ║
  309.                ║ }coff                                          ║
  310.                ║                                                ║
  311.                ║ }cwi :       Changes indicator back to colon.  ║
  312.                ║                                                ║
  313.                ╚════════════════════════════════════════════════╝
  314.  
  315. :eject
  316. :font 1
  317. :lpi 9
  318.  ╔══════════════════════════════════╗
  319.  ║       IHSPRINT USER GUIDE   2-17 ║
  320.  ╚══════════════════════════════════╝
  321. :space 3
  322.         ┌───────────────────┐
  323.         │ :DSON   -  :DSOFF │
  324.         └───────────────────┘
  325. :font 0
  326. :scale 1
  327. :lpi 6
  328. :space 2
  329. :dsoff
  330. :ccon
  331.  
  332.           =:DSON=    turns on the double strike mode  of  printing.
  333.                    All text lines which follow will be printed in
  334.                    double strike mode until a
  335.  
  336.           =:DSOFF=   control word is encountered.
  337. :ccoff
  338. :space 2
  339. :ccon
  340.      !=FOR EXAMPLE ...=!
  341. :ccoff
  342. :space 2
  343. :font 2
  344. :dson
  345. :lpi 9
  346.                ╔═══════════════╣ SAMPLE TEXT ╠══════════════════╗
  347.                ║                                                ║
  348.                ║ This line of text is in normal print mode.     ║
  349.                ║                                                ║
  350.                ║ :dson                                          ║
  351.                ║                                                ║
  352.                ║     When your work speaks for itself...        ║
  353.                ║                                                ║
  354.                ║        DON'T INTERRUPT!                        ║
  355.                ║                                                ║
  356.                ║ :dsoff                                         ║
  357.                ║                                                ║
  358.                ║ This final line is back to normal.             ║
  359.                ║                                                ║
  360.                ╚════════════════════════════════════════════════╝
  361. :font 0
  362. :lpi 6
  363. :dsoff
  364. :space 2
  365.                This line of text is in normal print mode.
  366. :dson
  367.                   When your work speaks for itself...
  368.                      DON'T INTERRUPT!
  369. :dsoff
  370.                This final line is back to normal.
  371. :space 5
  372. :ccon
  373.  
  374.           =NOTE:=    Double Strike mode may also  be  activated  by
  375.                    using   the  IHSPRINT  Control  Characters  as
  376.                    described under "Control Characters" above.
  377.  
  378.           =NOTE:=    Double Strike mode is NOT supported on the
  379.                    CITOH printer.
  380. :ccoff
  381. :eject
  382. :font 1
  383. :lpi 9
  384. :dson
  385.  ╔══════════════════════════════════╗
  386.  ║ 2-18  IHSPRINT USER GUIDE        ║
  387.  ╚══════════════════════════════════╝
  388. :space 3
  389.        ┌───────────────────┐
  390.        │ :DWON  or  :DWOFF │
  391.        └───────────────────┘
  392. :font 0
  393. :lpi 6
  394. :scale 1
  395. :space 2
  396. :dsoff
  397. :ccon
  398.  
  399.          =:DWON=     turns on the double width  mode  of  printing.
  400.                    All text lines which follow will be printed in
  401.                    double width mode until a
  402.  
  403.          =:DWOFF=    control word is encountered.
  404. :space 2
  405.       !=FOR EXAMPLE ...!=
  406. :ccoff
  407. :space 2
  408. :font 2
  409. :dson
  410. :lpi 9
  411.                ╔═══════════════╣ SAMPLE TEXT ╠══════════════════╗
  412.                ║                                                ║
  413.                ║ This line of text is in normal print mode.     ║
  414.                ║                                                ║
  415.                ║ :dwon                                          ║
  416.                ║                                                ║
  417.                ║     Patience is something you admire           ║
  418.                ║                                                ║
  419.                ║     greatly in the driver behind you           ║
  420.                ║                                                ║
  421.                ║     but not in the one ahead of you.           ║
  422.                ║                                                ║
  423.                ║ :dwoff                                         ║
  424.                ║                                                ║
  425.                ║ This final line is back to normal.             ║
  426.                ║                                                ║
  427.                ╚════════════════════════════════════════════════╝
  428. :font 0
  429. :dsoff
  430. :lpi 6
  431. :space 2
  432.          This line of text is in normal print mode.
  433. :dwon
  434.      Patience is something you admire
  435.      greatly in the driver behind you
  436.      but not in the one ahead of you.
  437. :dwoff
  438.          This final line is back to normal.
  439. :space 5
  440. :ccon
  441.  
  442.           =NOTE:=    Double width  mode may also  be  activated  by
  443.                    using   the  IHSPRINT  Control  Characters  as
  444.                    described under "Control Characters" above.
  445. :ccoff
  446. :eject
  447. :font 1
  448. :lpi 9
  449. :dson
  450.  ╔══════════════════════════════════╗
  451.  ║       IHSPRINT USER GUIDE   2-19 ║
  452.  ╚══════════════════════════════════╝
  453. :space 3
  454.                ┌──────┐
  455.                │:ELITE│
  456.                └──────┘
  457. :font 0
  458. :lpi 6
  459. :scale 1
  460. :space 2
  461. :dsoff
  462. :ccon
  463.  
  464.         =:ELITE=     turns on the ELITE mode of printing.  All text
  465.                    lines  which  follow  will be printed in elite
  466.                    mode until a either a :PICA,  :COMP,  or  :PRO
  467.                    command is encountered.
  468.  
  469.                    This  command  is  used primarily on the CITOH
  470.                    printers.
  471. :space 2
  472.     !=FOR EXAMPLE ...=!
  473. :space 2
  474. :font 2
  475. :lpi 9
  476. :dson
  477. :ccoff
  478.                ╔═══════════════╣ SAMPLE TEXT ╠══════════════════╗
  479.                ║                                                ║
  480.                ║ :pro                                           ║
  481.                ║                                                ║
  482.                ║ This line of text is in proportional mode.     ║
  483.                ║                                                ║
  484.                ║ :elite                                         ║
  485.                ║                                                ║
  486.                ║ This line is printed in elite.                 ║
  487.                ║                                                ║
  488.                ║ :pica                                          ║
  489.                ║                                                ║
  490.                ║ This final line is in pica                     ║
  491.                ║                                                ║
  492.                ╚════════════════════════════════════════════════╝
  493.  
  494. :font 0
  495. :eject
  496. :font 1
  497. :lpi 9
  498.  ╔══════════════════════════════════╗
  499.  ║2-20   IHSPRINT USER GUIDE        ║
  500.  ╚══════════════════════════════════╝
  501. :space 3
  502.               ┌────────┐
  503.               │ :EJECT │
  504.               └────────┘
  505. :font 0
  506. :lpi 6
  507. :scale 1
  508. :ccon
  509. :dsoff
  510. :space 2
  511.  
  512.            =:EJECT=  causes the printer to eject to the top of  the
  513.                    next page.
  514. :space 6
  515. :ccoff
  516. :font 1
  517. :lpi 9
  518. :dson
  519.               ┌────────┐
  520.               │ :SPACE │
  521.               └────────┘
  522. :font 0
  523. :dsoff
  524. :lpi 6
  525. :scale 1
  526. :space 2
  527. :ccon
  528.  
  529.      =:SPACE n=      causes  the  printer to space "n" lines before
  530.                    printing the next line.  The actual amount  of
  531.                    physical  space  on  the  page that is skipped
  532.                    will depend on the "lines  per  inch"  setting
  533.                    which  is  currently  set.   For example, more
  534.                    physical space will be skipped when  ":lpi  6"
  535.                    is set than when ":lpi 9" is set.
  536. :ccoff
  537. :eject
  538. :font 1
  539. :lpi 9
  540. :dson
  541.  ╔══════════════════════════════════╗
  542.  ║       IHSPRINT USER GUIDE   2-21 ║
  543.  ╚══════════════════════════════════╝
  544. :space 3
  545.        ┌──────────────────┐
  546.        │ :EON   -   :EOFF │
  547.        └──────────────────┘
  548. :font 0
  549. :lpi 6
  550. :scale 1
  551. :ccon
  552. :dsoff
  553. :space 2
  554.  
  555.           =:EON=     turns on the emphasized mode of printing.  All
  556.                    text lines which follow  will  be  printed  in
  557.                    emphasized mode until a
  558.  
  559.           =:EOFF=    control word is encountered.
  560. :space 2
  561.        !=FOR EXAMPLE ... !=
  562. :ccoff
  563. :space 2
  564. :font 2
  565. :lpi 9
  566. :dson
  567.                ╔═══════════════╣ SAMPLE TEXT ╠══════════════════╗
  568.                ║                                                ║
  569.                ║ This line of text is in normal print mode.     ║
  570.                ║                                                ║
  571.                ║ :eon                                           ║
  572.                ║                                                ║
  573.                ║     An authority is a person who               ║
  574.                ║                                                ║
  575.                ║     can tell you more about something          ║
  576.                ║                                                ║
  577.                ║     than you really care to know.              ║
  578.                ║                                                ║
  579.                ║ :eoff                                          ║
  580.                ║                                                ║
  581.                ║ This final line is back to normal.             ║
  582.                ║                                                ║
  583.                ╚════════════════════════════════════════════════╝
  584. :font 0
  585. :dsoff
  586. :lpi 6
  587. :space 2
  588.            This line of text is in normal print mode.
  589. :dson
  590.               An authority is a person who
  591.               can tell you more about something
  592.               than you really care to know.
  593. :dsoff
  594.            This final line is back to normal.
  595. :space 5
  596. :ccon
  597.  
  598.          =NOTE:=     Emphasized mode may also be activated by using
  599.                    the IHSPRINT Control Characters  as  described
  600.                    under "Control Characters" above.
  601. :ccoff
  602. :eject
  603.